a { 
    text-decoration: none;
}

.bg-loging-color {
    background-color: #BDDDE4;
}

.loging {
    height: 350px;
    width: 100%;
    border: 1px solid #BDDDE4;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* .buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border: 5px;
    border-radius: 25px;
} */

.buttons button {
    box-shadow: 0 4px 8px 0 #14274E;
    margin-top: 10px;
    margin-bottom: 10px;
}

.signup-button {
    border: 5px;
    border-radius: 25px;
    width: 150px;
    height: 30px;
    background-color: #14274E;
    color: #F1F6F9;
}

.login-button {
    border: 5px;
    border-radius: 25px;
    width: 150px;
    height: 30px;
    background-color: #9BA4B4;
    color: #F1F6F9;
}

.my-icon {
    border: 2px solid #14274E;
    border-radius: 20px;
    font-size: 30px;
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    color: #9BA4B4;
    animation: upDown 2s ease-in-out infinite alternate;
}

@keyframes upDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}

.item-section {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 150px;
}

.section-time {
    background-color: #14274E;
    border-radius: 30px;
    box-shadow: 0 2px 5px 0 #14274E;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 5px;
    font-size: 14px;
    min-height: 270px;
    padding: 10px;
    color: #F1F6F9;
}

.rasavor-title {
    text-align: center;
}

@media (max-width: 768px) {
    .section-time {
        min-height: 200px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .rasavor-title {
        text-align: justify;
    }
    
    .item-section {
        margin-top: 10px;
    }   
    .zakhire {
        text-align: justify;
    }
    .bama-img {
        width: 450px !important;
        height: 200px !important;
    }
}

.bama-img {
    width: 450px;
    height: 300px;
}